-- card: 9653 from stack: in.1ะตะตะต -- bmap block id: 10832 -- flags: 4000 -- background id: 2400 -- name: Title Card ----- HyperTalk script ----- on openCard global Name global Beloved put Name into field 2 put Beloved into field 4 end openCard -- part 3 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=234 top=278 right=341 bottom=335 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Go Info ----- HyperTalk script ----- on mouseUp global Name global Beloved put field 2 into Name put field 4 into Beloved global placeMark put 1 into placeMark go card 9 end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=334 top=278 right=341 bottom=413 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Go Game ----- HyperTalk script ----- on mouseUp global Name global Beloved repeat while field 2 = "" ask "What is your name, Noble Sir?" put it into field 2 end repeat repeat while field 4 = "" ask "For whose honor dost thou Joust?" put it into field 4 end repeat put field 2 into Name put field 4 into Beloved Go next end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=412 top=278 right=341 bottom=478 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Go Pleas/Thanks ----- HyperTalk script ----- on mouseUp global Name global Beloved put field 2 into Name put field 4 into Beloved global placeMark put 1 into placeMark go card 12 end mouseUp -- part contents for background part 2 ----- text ----- What Hight Thou, Noble Knight? -- part contents for background part 4 ----- text ----- For Whose Honor Dost Thou Joust? -- part contents for background part 3 ----- text ----- Knight -- part contents for background part 5 ----- text ----- me wife